home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscThreeStateButton / MiscTriStateInspector.h < prev    next >
Text File  |  1995-04-12  |  1KB  |  44 lines

  1. //
  2. //    MiscTriStateInspector.h -- inspector class for the three state button
  3. //        Written by Don Yacktman Copyright (c) 1993 by Don Yacktman.
  4. //                Version 1.1.  All rights reserved.
  5. //
  6. //        This notice may not be removed from this source code.
  7. //
  8. //        This is a free object!  Contact the author for the latest version.
  9. //        Don Yacktman, 4279 N. Ivy Lane, Provo, UT, 84604
  10. //        e-mail:  Don_Yacktman@byu.edu
  11. //
  12. //    This object is included in the MiscKit by permission from the author
  13. //    and its use is governed by the MiscKit license, found in the file
  14. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  15. //    for a list of all applicable permissions and restrictions.
  16. //    
  17.  
  18. #import <apps/InterfaceBuilder.h>
  19. #import "MiscThreeStateButton.subproj/MiscThreeStateButtonCell.h"
  20. #import "MiscThreeStateButton.subproj/MiscThreeStateButton.h"
  21.  
  22. @interface MiscTriStateInspector : IBInspector <IBInspectors> 
  23. {
  24.     id thirdTitle;
  25.     id thirdIcon;
  26.     id cyclic;
  27. }
  28.  
  29. @end
  30.  
  31.  
  32. @interface MiscThreeStateButton(IBSupport)
  33.  
  34. - (const char *)getInspectorClassName;
  35.  
  36. @end
  37.  
  38.  
  39. @interface MiscThreeStateButtonCell(IBSupport)
  40.  
  41. - (const char *)getInspectorClassName;
  42.  
  43. @end
  44.